<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider2017 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -5px;
}
/*鐩掑瓙甯﹀鍣�*/
.slides2017 {
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide2017 {
	height: auto;
	float: left;
	clear: none;
	padding:0px;
	margin:0px;
}
.slider-arrows {
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 3em;
	background-color: #333;
	background-color: rgba(50,50,50,.3);
	border-radius: 50%;
}/*宸﹀彸鎸夐挳鏍峰紡鍙婃斁缃綅缃�*/
.slider-arrow-right {
	bottom: 50%;
	right: 30px;
}
.slider-arrow-left {
	bottom: 50%;
	left: 30px;
}
/*
background:url(img/.png) no-repeat;
*/

.slider-nav {
	position: absolute;
	bottom: 50px;
	display: none;
}
.slider-nav-item {  /*nva鏍峰紡*/
	width: 12px;
	height:12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	/*box-shadow: 4px 4px 4px rgba(15, 96, 158, 0.4);
    background-color: #B5B9BD;*/
    background: #000;
    /*border-radius:3px;*/
	border-radius: 100%;
}
.slider-nav-item:hover {
	background: #593a21;
}
.slider-nav-item-current {
	background: #593a21;
} /*琚€変腑鍚庣殑鏍峰紡*/

.box2017 {
	width: 100%;
	height: auto;
	/*line-height: 5;*/
	text-align: center;
	/*font-size: 5em;*/
	color: #fff;
	text-transform: capitalize;
	vertical-align: middle;
}</pre></body></html>